Other directories
DISKCOPY ?
Output Window = FROM/A.TO/A,NAME/K,NOVERIFY/S,MULTI/S:
What does this mean !
The words, eg FROM are known as Keywords.
The /A is one of the arguments.
and they are separated by a comma.
Arguments template
/A = Required = Must be included for command to work.
Optional arguments
NONE = Argument = Position for optional argument.
/F = Final = Final argument on the command line.
/K = Keyword = Positional preceding keyword must be entered with Parameter.
/M = Multiple = Mulitiple arguments can be used.
/N = Numeric = Argument must be numeric (number).
/S = Switch = Optional arguments on if posistional preceding keyword is used.
/T = Toggled action for resident code.
EXAMPLES
DISKCOPY DF0: DF0:
DISKCOPY DF0: TO DF0: NAME=Pictures (note 'Pictures' is a parameter eg name of disk)
DISKCOPY DF0: TO DF0: MULTI
DISKCOPY DF0: TO DF0: NOVERIFY